home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / UNI39521.PPD < prev    next >
Text File  |  1991-12-05  |  16KB  |  453 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "UNISYS AP9210" version 52.1
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 016336 or 016788
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 21 June 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(IBM LaserPrinter)"
  20. *PSVersion: "(52.1) 0"
  21. *NickName: "UNISYS AP9210 v52.1 (39 Fonts)"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "179196"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *Throughput: "10"
  29. *Password: "0"
  30. *ExitServer: "
  31. count 0 eq {  % is the password on the stack?
  32. true
  33. }{
  34. dup      % potential password
  35. statusdict /checkpassword get exec not
  36. } ifelse
  37. {  %  if no password or not valid
  38. (WARNING : Cannot perform the exitserver command.) =
  39. (Password supplied is not valid.) =
  40. (Please contact the author of this software.) = flush
  41. quit
  42. } if
  43. serverdict begin exitserver
  44. "
  45. *End
  46. *Reset: "
  47. count 0 eq {  % is the password on the stack?
  48. true
  49. }{
  50. dup      % potential password
  51. statusdict /checkpassword get exec not
  52. } ifelse
  53. {  %  if no password or not valid
  54. (WARNING : Cannot reset printer.) =
  55. (Password supplied is not valid.) =
  56. (Please contact the author of this software.) = flush
  57. quit
  58. } if
  59. serverdict begin exitserver
  60. systemdict /quit get exec
  61. (WARNING : Printer Reset Failed.) = flush
  62. "
  63. *End
  64.  
  65. *DefaultResolution: 300dpi
  66. *?Resolution: "
  67. save
  68. initgraphics
  69. 0 0 moveto currentpoint matrix defaultmatrix transform
  70. 0 72 lineto currentpoint matrix defaultmatrix transform
  71. 3 -1 roll sub dup mul
  72. 3 1 roll exch sub dup mul
  73. add sqrt round cvi
  74. (          ) cvs print (dpi) = flush
  75. restore
  76. "
  77. *End
  78.  
  79. *% Halftone Information ===============
  80. *ScreenFreq: "60.0"
  81. *ScreenAngle: "45.0"
  82. *DefaultScreenProc: Dot
  83. *ScreenProc Dot: "
  84. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  85. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  86. "
  87. *End
  88. *ScreenProc Line: "{ pop }"
  89. *ScreenProc Ellipse: "
  90. { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }
  91. "
  92. *End
  93.  
  94. *DefaultTransfer: Null
  95. *Transfer Null: "{ }"
  96. *Transfer Null.Inverse: "{ 1 exch sub }"
  97.  
  98. *% Paper Handling ===================
  99.  
  100. *% Use these entries to set paper size most of the time, unless there is
  101. *% specific reason to use PageRegion.
  102. *DefaultPageSize: Letter
  103. *PageSize Letter: "statusdict /lettertray get exec"
  104. *PageSize Legal: "statusdict /legaltray get exec"
  105. *PageSize Executive: "statusdict /executivetray get exec"
  106. *PageSize A4: "statusdict /a4tray get exec"
  107. *PageSize A5: "statusdict /a5tray get exec"
  108. *PageSize B5: "statusdict /b5tray get exec"
  109. *PageSize Envelope.279.540/Monarch Envelope: "statusdict /3.875x7.5envelopetray get exec"
  110. *PageSize Envelope.279.639/C9 Envelope: "statusdict /3.875x8.875envelopetray get exec"
  111. *PageSize Envelope.297.684/C10 Envelope: "statusdict /4.125x9.5envelopetray get exec"
  112. *PageSize Envelope.312.624/DL Envelope: "statusdict /110x220envelopetray get exec"
  113. *PageSize Envelope.460.649/C5 Envelope: "statusdict /162x229envelopetray get exec"
  114. *PageSize Envelope.499.709/B5 Envelope: "statusdict /176x250envelopetray get exec"
  115.  *?PageSize: "
  116. save
  117. 12 dict begin
  118. /letter (Letter) def
  119. /legal (Legal) def
  120. /a4 (A4) def
  121. /a5 (A5) def
  122. /b5 (B5) def
  123. /executive (Executive) def
  124. /3.875x7.5envelope (Envelope.279.540) def
  125. /3.875x8.875envelope (Envelope.279.639) def
  126. /4.125x9.5envelope (Envelope.297.684) def
  127. /110x220envelope (Envelope.312.624) def
  128. /162x229envelope (Envelope.460.649) def
  129. /176x250envelope (Envelope.499.709) def
  130. statusdict /papersize get exec
  131. { {load exec} stopped not{= flush}if
  132. }{
  133. {load exec} stopped not{print (.Transverse) = flush}{(Unknown) =
  134. flush}ifelse
  135. }ifelse
  136. end
  137. restore
  138. "
  139. *End
  140.  
  141. *% These entries will invoke a particular tray--error may occur if tray is not
  142. *% inserted.
  143. *% These errors should be trapped by software and a message displayed
  144. *DefaultPaperTray: Unknown
  145. *PaperTray Letter: "statusdict /lettertray get exec"
  146. *PaperTray Legal: "statusdict /legaltray get exec"
  147. *PaperTray Executive: "statusdict /executivetray get exec"
  148. *PaperTray A4: "statusdict /a4tray get exec"
  149. *PaperTray A5: "statusdict /a5tray get exec"
  150. *PaperTray B5: "statusdict /b5tray get exec"
  151. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict /3.875x7.5envelopetray get exec"
  152. *PaperTray Envelope.279.639/C9 Envelope: "statusdict /3.875x8.875envelopetray get exec"
  153. *PaperTray Envelope.297.684/C10 Envelope: "statusdict /4.125x9.5envelopetray get exec"
  154. *PaperTray Envelope.312.624/DL Envelope: "statusdict /110x220envelopetray get exec"
  155. *PaperTray Envelope.460.649/C5 Envelope: "statusdict /162x229envelopetray get exec"
  156. *PaperTray Envelope.499.709/B5 Envelope: "statusdict /176x250envelopetray get exec"
  157. *?PaperTray: " 
  158. save
  159. 12 dict begin
  160. /letter (Letter) def
  161. /legal (Legal) def
  162. /a4 (A4) def
  163. /a5 (A5) def
  164. /b5 (B5) def
  165. /executive (Executive) def
  166. /3.875x7.5envelope (Envelope.279.540) def
  167. /3.875x8.875envelope (Envelope.279.639) def
  168. /4.125x9.5envelope (Envelope.297.684) def
  169. /110x220envelope (Envelope.312.624) def
  170. /162x229envelope (Envelope.460.649) def
  171. /176x250envelope (Envelope.499.709) def
  172. statusdict /papersize get exec
  173. { {load exec} stopped not{= flush}if
  174. }{
  175. {load exec} stopped not{print (.Transverse) = flush}{(Unknown) =
  176. flush}ifelse
  177. }ifelse
  178. end
  179. restore
  180. *End
  181.  
  182. *% These entries will set up the frame buffer. Usually used with manual feed.
  183. *DefaultPageRegion: Letter
  184. *PageRegion Letter: "letter"
  185. *PageRegion Legal: "legal"
  186. *PageRegion A4: "a4"
  187. *PageRegion A5: "a5"
  188. *PageRegion B5: "b5"
  189. *PageRegion Executive: "executivepage"
  190. *PageRegion Envelope.279.540/Monarch Envelope: "3.875x7.5envelope"
  191. *PageRegion Envelope.279.639/C9 Envelope: "3.875x8.875envelope"
  192. *PageRegion Envelope.297.684/C10 Envelope: "4.125x9.5envelope"
  193. *PageRegion Envelope.312.624/DL Envelope: "110x220envelope"
  194. *PageRegion Envelope.460.649/C5 Envelope: "162x229envelope"
  195. *PageRegion Envelope.499.709/B5 Envelope: "176x250envelope"
  196.  
  197. *% The following entries provide information about specific paper keywords.
  198. *DefaultImageableArea: Letter
  199. *ImageableArea Letter: "18 17 597 776 "
  200. *ImageableArea Legal: "18 18 597 992 "
  201. *ImageableArea A4: "18 19 578 827 "
  202. *ImageableArea A5: "18 13 405 580 "
  203. *ImageableArea B5: "18 18 505 711 "
  204. *ImageableArea Executive: "18 18 505 740"
  205. *ImageableArea Envelope.279.540/Monarch Envelope: "18 13 278 527"
  206. *ImageableArea Envelope.279.639/C9 Envelope: "18 14 278 623"
  207. *ImageableArea Envelope.297.684/C10 Envelope: "18 15 294 668"
  208. *ImageableArea Envelope.312.624/DL Envelope: "18 14 309 608"
  209. *ImageableArea Envelope.460.649/C5 Envelope: "18 12 455 634"
  210. *ImageableArea Envelope.499.709/B5 Envelope: "18 13 497 693"
  211. *?ImageableArea: "
  212. save /cvp { cvi (            ) cvs print ( ) print } bind def
  213. newpath clippath pathbbox
  214. 4 -2 roll exch 2 {ceiling cvp} repeat
  215. exch 2 {floor cvp} repeat flush
  216. restore
  217. "
  218. *End
  219.  
  220. *% These provide the physical dimensions of the paper (by keyword)
  221. *DefaultPaperDimension: Letter
  222. *PaperDimension Letter: "612 792"
  223. *PaperDimension Legal: "612 1008"
  224. *PaperDimension A4: "595 842"
  225. *PaperDimension A5: "420 595"
  226. *PaperDimension B5: "516 729"
  227. *PaperDimension Executive: "522 756"
  228. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  229. *PaperDimension Envelope.279.639/C9 Envelope: "279 639"
  230. *PaperDimension Envelope.297.684/C10 Envelope: "297 684"
  231. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  232. *PaperDimension Envelope.460.649/C5 Envelope: "460 649"
  233. *PaperDimension Envelope.499.709/B5 Envelope: "499 709"
  234.  
  235. *DefaultInputSlot: Upper
  236. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  237. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  238. *InputSlot Envelope: "2 statusdict /setpapertray get exec"
  239. *InputSlot Manual: "3 statusdict /setpapertray get exec"
  240. *InputSlot ManualEnvelope: "4 statusdict /setpapertray get exec"
  241.  *?InputSlot: "
  242. save
  243. 5 dict begin
  244. /0 (Upper) def
  245. /1 (Lower) def
  246. /2 (Envelope) def
  247. /3 (Manual) def
  248. /4 (ManualEnvelope) def
  249. statusdict /papertray get exec
  250. {( ) cvs cvn load exec} stopped not{= flush}if
  251. end
  252. restore
  253. "
  254. *End
  255.  
  256. *DefaultManualFeed: False
  257. *ManualFeed True: "statusdict /manualfeed true put"
  258. *ManualFeed False: "statusdict /manualfeed false put"
  259. *?ManualFeed: "
  260. save
  261. statusdict /manualfeed get
  262. {(True)}{(False)}ifelse = flush
  263. restore
  264. "
  265. *End
  266.  
  267. *DefaultOutputBin: Upper
  268. *DefaultOutputOrder: Normal
  269.  
  270. *% Font Information ===================== 
  271.  
  272. *DefaultFont: Courier
  273. *Font AvantGarde-Book: Standard "(001.001)"
  274. *Font AvantGarde-BookOblique: Standard "(001.001)" 
  275. *Font AvantGarde-Demi: Standard "(001.001)"
  276. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  277. *Font Bookman-Demi: Standard "(001.001)"  
  278. *Font Bookman-DemiItalic: Standard "(001.001)"
  279. *Font Bookman-Light: Standard "(001.001)" 
  280. *Font Bookman-LightItalic: Standard "(001.001)"
  281. *Font Courier: Standard "(001.004)"
  282. *Font Courier-Bold: Standard "(001.004)"
  283. *Font Courier-BoldOblique: Standard "(001.004)" 
  284. *Font Courier-Oblique: Standard "(001.004)"
  285. *Font Helvetica: Standard "(001.002)"      
  286. *Font Helvetica-Black: Standard "(001.001)" 
  287. *Font Helvetica-BlackOblique: Standard "(001.001)"
  288. *Font Helvetica-Bold: Standard "(001.002)" 
  289. *Font Helvetica-BoldOblique: Standard "(001.002)"
  290. *Font Helvetica-Light: Standard "(001.002)" 
  291. *Font Helvetica-LightOblique: Standard "(001.002)"
  292. *Font Helvetica-Narrow: Standard "(001.002)" 
  293. *Font Helvetica-Narrow-Bold: Standard "(001.002)" 
  294. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  295. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  296. *Font Helvetica-Oblique: Standard "(001.002)" 
  297. *Font NewCenturySchlbk-Bold: Standard "(001.002)" 
  298. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  299. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  300. *Font NewCenturySchlbk-Roman: Standard "(001.002)" 
  301. *Font Palatino-Bold: Standard "(001.001)" 
  302. *Font Palatino-BoldItalic: Standard "(001.001)"
  303. *Font Palatino-Italic: Standard "(001.002)"
  304. *Font Palatino-Roman: Standard "(001.001)"
  305. *Font Symbol: Special "(001.003)" 
  306. *Font Times-Bold: Standard "(001.002)" 
  307. *Font Times-BoldItalic: Standard "(001.004)"
  308. *Font Times-Italic: Standard "(001.002)"   
  309. *Font Times-Roman: Standard "(001.002)"  
  310. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  311. *Font ZapfDingbats: Special "(001.000)" 
  312. *?FontQuery: "
  313. save  4 dict begin /sv exch def
  314. /str (fonts/                              ) def
  315. /st2 128 string def
  316. { count 0 gt
  317.        { dup st2 cvs (/) print print (:) print
  318.                dup FontDirectory exch known {pop (Yes)}
  319.                { str exch st2 cvs dup length
  320.                /len exch def
  321.                6 exch putinterval str 0 len 6 add getinterval mark exch
  322.                { } st2 filenameforall counttomark 0 gt
  323.                { cleartomark (Yes)}{cleartomark (No)}ifelse
  324.                }ifelse = flush
  325.        }{ exit } ifelse
  326. } bind loop
  327. (*) = flush
  328. sv end restore
  329. "
  330. *End
  331.  
  332. *?FontList: "
  333. save
  334. 1 dict begin
  335. /sv exch def
  336. FontDirectory { pop == } bind forall flush
  337. (*) = flush
  338. sv
  339. end restore
  340. "
  341. *End
  342.  
  343. *% Printer Messages (verbatim from printer):
  344. *Message: "%%  exitserver: permanent state may be changed  %%"
  345. *Message: "%%  Flushing: rest of job (to end-of-file) will be ignored  %%"
  346. *Message: "FontName\ not found, using Courier"
  347.  
  348. *% Status (format: %%  status: <one of these>  %% )
  349. *Status: "Printer Busy"
  350. *Status: "Warming Up"
  351. *Status: "PrinterError: Printer Offline"
  352. *Status: "PrinterError: Paper Out or Feed Failure - Tray 1"
  353. *Status: "PrinterError: Paper Out or Feed Failure - Tray 2"
  354. *Status: "PrinterError: Paper Out or Feed Failure - Envelope Feeder"
  355. *Status: "PrinterError: Load Paper Requested"
  356. *Status: "PrinterError: Load Envelope Requested"
  357. *Status: "PrinterError: Invalid Manual Insertion"
  358. *Status: "PrinterError: Wrong Paper Length"
  359. *Status: "PrinterError: Paper Jam"
  360. *Status: "PrinterError: Cover Open/Cartridge Not Installed"
  361. *Status: "PrinterError: Output Bin Full"
  362. *Status: "PrinterError: Default Storage Error"
  363. *Status: "PrinterError: Battery Low - Slot 1"
  364. *Status: "PrinterError: Battery Low - Slot 2"
  365. *Status: "PrinterError: Non-Download Font Card Installed - Slot 1"
  366. *Status: "PrinterError: Non-Download Font Card Installed - Slot 2"
  367. *Status: "PrinterError: Write-Protect Switch in Protect Position - Slot 1"
  368. *Status: "PrinterError: Write-Protect Switch in Protect Position - Slot 2"
  369. *Status: "PrinterError: Defective or Unprogrammed Card Installed - Slot 1"
  370. *Status: "PrinterError: Defective or Unprogrammed Card Installed - Slot 2"
  371. *Status: "PrinterError: Defective Font Card Installed - Slot 1"
  372. *Status: "PrinterError: Defective Font Card Installed - Slot 2"
  373. *Status: "PrinterError: Unsupported Card Installed - Slot 1"
  374. *Status: "PrinterError: Unsupported Card Installed - Slot 2"
  375. *Status: "PrinterError: Printer Busy"
  376. *Status: "PrinterError: Printer Error"
  377.  
  378. *% Input Sources (format: %%  status: <stat>; source: <one of these>  %% )
  379. *Source: "serial9"
  380. *Source: "serial25"
  381. *Source: "Centronics"
  382.  
  383. *% Printer Error (format: %%  PrinterError: <one of these>  %%)
  384. *PrinterError: "Printer Offline"
  385. *PrinterError: "Paper Out or Feed Failure - Tray 1"
  386. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  387. *PrinterError: "Paper Out or Feed Failure - Envelope Feeder"
  388. *PrinterError: "Load Paper Requested"
  389. *PrinterError: "Load Envelope Requested"
  390. *PrinterError: "Invalid Manual Insertion"
  391. *PrinterError: "Wrong Paper Length"
  392. *PrinterError: "Paper Jam"
  393. *PrinterError: "Cover Open/Cartridge Not Installed"
  394. *PrinterError: "Output Bin Full"
  395. *PrinterError: "Default Storage Error"
  396. *PrinterError: "Battery Low - Slot 1"
  397. *PrinterError: "Battery Low - Slot 2"
  398. *PrinterError: "Non-Download Font Card Installed - Slot 1"
  399. *PrinterError: "Non-Download Font Card Installed - Slot 2"
  400. *PrinterError: "Write-Protect Switch in Protect Position - Slot 1"
  401. *PrinterError: "Write-Protect Switch in Protect Position - Slot 2"
  402. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 1"
  403. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 2"
  404. *PrinterError: "Defective Font Card Installed - Slot 1"
  405. *PrinterError: "Defective Font Card Installed - Slot 2"
  406. *PrinterError: "Unsupported Card Installed - Slot 1"
  407. *PrinterError: "Unsupported Card Installed - Slot 2"
  408. *PrinterError: "Printer Busy"
  409. *PrinterError: "Printer Error"
  410.  
  411. *%DeviceAdjustMatrix: " 1 0 0 1 0 0 "
  412.  
  413. *% Color Separation Information =====================
  414.  
  415. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  416.  
  417. *InkName: ProcessBlack/Process Black
  418. *InkName: CustomColor/Custom Color
  419. *InkName: ProcessCyan/Process Cyan
  420. *InkName: ProcessMagenta/Process Magenta
  421. *InkName: ProcessYellow/Process Yellow
  422.  
  423. *%  For 60 lpi / 300 dpi  ===============================
  424.  
  425. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  426. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  427. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  428. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  429. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  430.  
  431. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  432. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  433. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  434. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  435. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  436.  
  437. *%  For 53 lpi / 300 dpi  ===============================
  438.  
  439. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  440. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  441. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  442. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  443. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  444.  
  445. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  446. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  447. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  448. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  449. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  450.  
  451. *% end of PPD file for UNISYS AP9210
  452.